home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Freeware
/
Programare
/
highlight
/
highlight-W32GUI-2.2-10b-Setup.exe
/
{app}
/
langDefs
/
pl.lang
< prev
next >
Wrap
Text File
|
2005-03-31
|
957b
|
37 lines
# Perl language definition file
#
# Author: AndrΘ Simon
# Mail: andre.simon1@gmx.de
# Date: 28.1.2003
# ------------------------------------------
# This file is a part of highlight, a free source code converter released under the GPL.
#
# The file is used to describe keywords and special symbols of programming languages.
# See README in the highlight directory for details.
#
# New definition files for future releases of highlight are always appreciated ;)
#
# ----------
# andre.simon1@gmx.de
# http:/www.andre-simon.de/
$KW_LIST(kwa)=and cmp continue else elsif eq for foreach ge goto gt if last
le lt do ne next not or package return sub switch unless until use while xor
# TODO string functions, array functions etc
$KW_LIST(kwc)=my local
$STRINGDELIMITERS=" ' END
$SL_COMMENT=#
$IGNORECASE=false
$ESCCHAR=\
$ALLOWEXTESCAPE=true
$KW_PREFIX(kwb)=$ @ %
$SYMBOLS= ( ) [ ] { } , ; : & | < > ! = / * + -